home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global LOOPFRAME, QUESTIONS
- if not (LOOPFRAME = the frameLabel) then
- initialiseFrame()
- set newQuestion to random(the number of items in QUESTIONS)
- set the memberNum of sprite 3 to value(item newQuestion of QUESTIONS)
- delete item newQuestion of QUESTIONS
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- set the visible of sprite 9 to 0
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 51 to 0
- set the visible of sprite 54 to 0
- set the movieRate of sprite 17 to 0
- set the movieTime of sprite 17 to 0
- end if
- end
-
- on enterFrame
- end
-
- on exitFrame
- go(the frame)
- end
-